home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / shell / xd-2.08 / xd-2 / xd / Config / config2.cc < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-09  |  57 b   |  7 lines

  1. #include "Config.h"
  2.  
  3. Config::~Config()
  4. {
  5.     delete home;
  6. }
  7.